runtime.notifyList.lock (field)

10 uses

	runtime (current package)
		sema.go#L546: 	lock mutex
		sema.go#L573: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L577: 		unlock(&l.lock)
		sema.go#L597: 	goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
		sema.go#L616: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L626: 	unlock(&l.lock)
		sema.go#L651: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L656: 		unlock(&l.lock)
		sema.go#L687: 			unlock(&l.lock)
		sema.go#L697: 	unlock(&l.lock)